'Declaration Protected Shared Sub UpdateMetadata( _ ByVal type As Type, _ ByVal increment As Nullable(Of T), _ ByVal minValue As Nullable(Of T), _ ByVal maxValue As Nullable(Of T) _ )
'Usage Dim type As Type Dim increment As Nullable(Of T) Dim minValue As Nullable(Of T) Dim maxValue As Nullable(Of T) CommonNumericUpDown(Of T).UpdateMetadata(type, increment, minValue, maxValue)
protected static void UpdateMetadata( Type type, Nullable<T> increment, Nullable<T> minValue, Nullable<T> maxValue )
Parameters
- type
- increment
- minValue
- maxValue